473,467 Members | 1,996 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Touch screen application - touch screen keyboard

I know that Windows has a "clickable" keyboard that can pop up when
necessary..

I have a touch-screen based application. Is there anyway that I can utilise
this keyboard application in windows to automatically fill the current
textbox if a button is pushed to display the keyboard?????? Or do I have to
write my own popup keyboard?

Thanks in advance
Simon
Jan 4 '06 #1
2 15743
"Simon Verona" <no****@nomail.zzz> wrote in message
news:uL*************@TK2MSFTNGP15.phx.gbl...
I know that Windows has a "clickable" keyboard that can pop up when
necessary..

I have a touch-screen based application. Is there anyway that I can
utilise this keyboard application in windows to automatically fill the
current textbox if a button is pushed to display the keyboard?????? Or do
I have to write my own popup keyboard?

Thanks in advance
Simon


I'm sure it's possible in .Net.... in VB6, it's just a single line of
code...

'=====
Private Sub Command1_Click()
'Since osk.exe is in a folder that's included in the
'Path environment variable, this is all it takes.
Call Shell("OSK.exe")
End Sub
'=====

Once it's on screen, a little more code to set focus to the correct box and
you're set.
--
Ken Halter - MS-MVP-VB (visiting from VB6 world) - http://www.vbsight.com
Please keep all discussions in the groups..
Jan 4 '06 #2
Thanks for the details... looks like I might need to do my own keyboard
though, the buttons are too small for touch screen use...

Regards
Simon
"Ken Halter" <Ken_Halter@Use_Sparingly_Hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
"Simon Verona" <no****@nomail.zzz> wrote in message
news:uL*************@TK2MSFTNGP15.phx.gbl...
I know that Windows has a "clickable" keyboard that can pop up when
necessary..

I have a touch-screen based application. Is there anyway that I can
utilise this keyboard application in windows to automatically fill the
current textbox if a button is pushed to display the keyboard?????? Or do
I have to write my own popup keyboard?

Thanks in advance
Simon


I'm sure it's possible in .Net.... in VB6, it's just a single line of
code...

'=====
Private Sub Command1_Click()
'Since osk.exe is in a folder that's included in the
'Path environment variable, this is all it takes.
Call Shell("OSK.exe")
End Sub
'=====

Once it's on screen, a little more code to set focus to the correct box
and you're set.
--
Ken Halter - MS-MVP-VB (visiting from VB6 world) - http://www.vbsight.com
Please keep all discussions in the groups..

Jan 4 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: The Bear | last post by:
Is there any documentation for creating a touch screen application using c#. Any information anyone has would be great The Bear. *** Sent via Developersdex http://www.developersdex.com ***...
0
by: Hiroyuki Tanaka | last post by:
Hi, I am trying to develop an application for a touch screen using buttons for the numeric pad with Completion ComboBoxes. At the moment I am having a problem sending the button presses to my...
0
by: Hiroyuki Tanaka | last post by:
Hi All, I am trying to develop an application for a touch screen using buttons for the numeric pad with Completion ComboBoxes. At the moment I am having a problem sending the button presses to...
5
by: MikeY | last post by:
Hi everyone, I'm going to embark on trying my hand at developing a C# windows application for a touch-screen. Is there any special considerations that I need to be aware of for developing a...
3
by: kiran.challagolla | last post by:
Hi All I want to write a touch screen POS application. I am trying to get this accomplished in c#.net. I have very good experience in developing stand alone applications and web applications using...
2
by: reidarT | last post by:
Do I need to do anything in my application if I want to use a touch screen instead of keyboard/mouse, or is everything controlled by the screen drivers? reidarT
1
by: MikeY | last post by:
Hi Everyone, I'm looking for suggestions for touch screen form sizes. Or better yet dealing with forms very various screen sizes. How to deal with anchoring buttons etc and so they don't overlap...
25
by: Michelle | last post by:
Hi, I am new it vb.net and am looking at writing for touch screens as one of my clients wants their application written for touch screens. I'm sure someone that done this before. Are there links...
3
by: brino | last post by:
hi all ! i have a database working on a touch screen. on one of the forms i would like to place some buttons with all numbers so you can enter a numeric value in without using the keyboard. ie....
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.